LassoScript Utility
Basics Browse Detail

[Date->Day]

Tag Link [Date->Day] Category Date
Type Member Source Available No
Support Preferred Version 6.0
Change Unchanged Data Source Any
Output Type String, Integer Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0

Description

[Date->Day] returns integer day of month (out of 31) from a specified Lasso date cast using the [Date] tag.

Syntax

[(Date)->Day]

Parameters

No Parameters Required.

Examples

To return the day of month from a date:

The following example returns the day of month from the date 5/22/2002.

[(Date:'5/22/2002')->Day]

22